MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class
The type of parameter used by the command.
Members

DelegateCommand<TParm> Class
Represents a command that delegates its implementation to a delegate with a parameter of type TParm.
Object Model
DelegateCommand<TParm> Class
Syntax
'Declaration
 
Public Class DelegateCommand(Of TParm) 
   Implements ICommand 
 
Type Parameters
TParm
The type of parameter used by the command.
Inheritance Hierarchy

System.Object
   GrapeCity.Viewer.Common.DelegateCommand<TParm>

See Also